type internal/reflectlite.name
9 uses
internal/reflectlite (current package)
type.go#L160: type name struct {
type.go#L164: func (n name) data(off int, whySafe string) *byte {
type.go#L168: func (n name) isExported() bool {
type.go#L172: func (n name) hasTag() bool {
type.go#L176: func (n name) embedded() bool {
type.go#L182: func (n name) readVarint(off int) (int, int) {
type.go#L193: func (n name) name() string {
type.go#L201: func (n name) tag() string {
type.go#L224: pkgPathName := name{(*byte)(resolveTypeOff(unsafe.Pointer(n.Bytes), nameOff))}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |